*{
box-sizing: border-box;
}
/*body{ background: #eef2f7;}*/ 
body{ background: #f7f7f7;}

.index-icon{
  display: inline-block;
  width:18px;height:18px;
  background: url(../images/index-icon.png);
}
/*新首页*/
/*公告*/
.news-gonggao{
  height:80px;
  background:#fff;
  padding-top:29px;
}
.news-gonggao .trend_bell{
  background-position:-45px 0px!important; 
  width:30px;
  height:18px;
  position: relative;
  top:-10px;
}
.news-gonggao .trend_gonggao{
  background-position:0 -60px!important; 
  width:72px;
  height:18px;
   position: relative;
  top:-10px;
}
.news-gonggao .trend_next{
  background-position:-76px 0px!important; 
  width:24px;
  height:24px;
}
.gg_items{
  display: inline-block;
  width:970px;
  overflow: hidden;
}
.gg_items li{line-height:24px;width:485px;float:left;padding-left:20px;padding-right:25px;}
.gg_items li span{
  font-size:14px;
  color:#666666;
}
.gg_items li span+span{
  color:#aeb6bd;
}
/*banner*/
/*banner左侧*/
.Banner_cantainer{
    padding-top:25px;
}
.Left-part {
    float: left;
    width: 280px;
    margin-right:19px;
    padding-top:45px;
    background:url(../images/index-banner-l-bg.png) no-repeat center center;
    height: 457px;
    position: relative;

}
.Left-part h3{
  position: absolute;
  top:15px;
  width:100%;
  text-align: center;
  font-size:15px;
  color:#fff;
}
.Left-part  i{
  display: inline-block;
  width:4px;
  height:4px;
  background:#fff;
  border-radius: 50%;
  position: absolute;
  top:2px;
  left:70px;
}
.Left-part  i+i{
  top:8px;
}
.Left-part  i+i+i{
  top:14px;
}
.category-box li {
  position:relative;
 height:76px;
 display:inline-block;
 /*border:2px solid #fafafa;*/
 box-sizing:border-box;
 width:100%;
 border-bottom:1px solid #ebebeb;
}
.category-box li.act {
 box-sizing:border-box;
 border:2px solid #CCC
}
.category-box li h4 {
 height:24px;
 line-height:24px;
 padding-left:18px;
 font-size: 16px;
 color: #212429;
 position:relative;
 margin-top:12px;
 font-weight:400;
}


.category-all-box {
        position: absolute;
    top: 0px;
    left: 281px;
    background: #FFF;
    /* border: 2px solid #CCC; */
    width: 699px;
    box-sizing: border-box;
    display: none;
    z-index: 100;
    /*height: 272px;*/
    min-height:349px;
    padding-left:36px;
    padding-top:4px;
    padding-bottom:35px;
    -webkit-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.1);
}
.category-box li:hover .category-all-box {
   display: block;
}
.category-box li:hover h4:before{
      content: "";
    width: 1px;
    height: 76px;
    background: #fff;
    position: absolute;
    right: -1px;
    top: -12px;
    z-index: 999;
}
.category-all-box .cate{
  padding-top:27px;
  display: flex;
}
.cate-second{
  color:#666!important;
}
.category-all-box .cate+.cate a:nth-of-type(3),.category-all-box .cate+.cate a:nth-of-type(5){
  color:#00bcd4;
}
.category-all-box .cate+.cate+.cate a{
  color:#00bcd4;
}
.category-all-box .cate+.cate+.cate+.cate a{
  color:#666;
}
.category-all-box a {
 display:inline-block;
 overflow:hidden;
 font-size:14px;
 color:#666666;
 position:relative;
 text-align:left
 line-height:14px;
 margin-right:23px;

}
.third-all{
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.category-all-box span{
  display: inline-block;
  line-height:14px;
  position: relative;
  width:1px;
  height:14px;
  background:#dbdbdb;
 margin-right:23px;
}
.category-all-box a em {
 position:absolute;
 right:-18px;
 top:-5px;
 background:url(https://img.alicdn.com/tfs/TB1mgbySpXXXXb6aXXXXXXXXXXX-14-10.png) no-repeat;
 width:23px;
 height:11px;
 display:inline-block
}
.category-all-box a.newitem-nav {
 color:#FF4D4D
}
.category-all-box a:hover {
 background:#FFF9F6
}
.category_second {
 padding-left:18px;
 overflow:hidden;
 padding-right:10px;
 padding-top:10px;
 height:28px
}
.category_second a {
 display:inline-block;
 color:#666;
 font-size:13px;
 line-height:16px;
 margin-bottom:4px;
 margin-right:8px;
 position:relative
}
.category_second a:hover {
 color:#ff6a0e
}
.category_second a:first-child{
  color:#ff9800;
}
.category-box h4 .cata-arrow {
 position:absolute;
 top:11px;
 right:10px;
 vertical-align:top;
 color:#ff6a0e
}
.Left-part .right-gg{
    text-align: center;
    padding-bottom:10px;
    padding-top:14px;
}
/*center-part*/
.center-part{
    width:681px;
    margin-right:10px;
    overflow: hidden;
    position: relative;
}
.center-part .carousel{
    /*width: 650px;*/
    height:330px;
}
.center-part .carousel .swiper-slide{
    background:#2384e3;
}
.center-part .carousel .swiper-pagination {
   display: inline-block;
    padding: 4px 5px;
   
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    width:auto;
    position: absolute;
    bottom:140px;
    left:50%;
    margin-left:-21px;
    border-radius: 12px;
}
.center-part .carousel .swiper-pagination span{
    display: inline-block;
    width: 33px;
    height: 5px;
    margin: 0 4px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 0;
  
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 1;
}
.center-part .carousel .swiper-pagination .swiper-pagination-bullet-active{
  opacity: 1;
  background:#00bcd4;
}
.index_total_data {
  display: flex;
  margin-top:11px;
  background:#fff;
  width:100%;
  padding-top:26px;
  padding-bottom:30px;
}
.flex1{
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.index_data_item {
  text-align:center;
  position: relative;
  border-right:1px solid #ebebeb;
}
.index_data_item:last-child{
  border-right:0;
}
.index_data_item span{
  color:#333333;
  font-size:24px;
  font-family: "Arial"
}
.index_data_item p{
  padding-top: 10px;
  color:#666666;
}
.right-part{
    width:210px;
    background:#fff;
    padding-top: 40px;
    padding-bottom: 28px;
}


.right-part .lg-title{
    font-size:14px;
    line-height:17px;
    position: relative;
    padding-left: 20px;
    color:#333333;
    margin-left:20px;
    margin-top:22px;
    margin-bottom:23px;
    font-weight:700;
}
.right-part .lg-title:before{
    position: absolute;
    content: "";
    left: 2px;
    top: 0px;
    width: 4px;
    height: 17px;
    background: #00bcd4;
}
.right-part .login-box {
    overflow: hidden;
    text-align: center;
    /*background: #fff url(https://cdn.32.cn/pro/v1.15.7/img/ec2e8bf.png) no-repeat 100% 0;*/
}

.unlogin-img{
    width:69px;
    height:69px;
    background:#e7e7e7;
    border-radius: 50%;
    margin:0 auto;
    overflow: hidden;
    text-align: center;

}
.user-top .avatar img{
    width: 100%;
}
.user-top .avatar .icon {
    font-size: 60px;
    width:60px;
    height:60px;
}
.user-top .welcome {
   font-size:12px;
    text-align: center;
    padding-top:12px;
    padding-bottom:14px;
    color:#333333;
}
.right-part .user-middle{
  padding-left:12px;
  padding-top:8px;
}
.right-part .user-middle a{
    display: inline-block;
    width:80px;
    line-height: 28px;
    color:#fff;
    background:#00bcd4;
    border:1px solid #00bcd4;
    font-size:14px;
    border-radius: 2px;
}
.right-part .user-middle a+a{
    background:none;
    border:1px solid #00bcd4;
    color:#00bcd4;
    margin-left:8px;

}

/*.right-part .l-con-gonggao{
    padding-left:0!important;
}
.fs16 {
    font-size: 16px!important;
}
.fs14 {
    font-size: 14px!important;
}
.fs12 {
    font-size: 12px!important;
}*/
.textover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-part .l-con,
.right-part .r-con {
 height:46px;
 line-height:46px;
 overflow:hidden
}

.right-part .l-con {
 position:relative;
 z-index:1;
 width:200px;
 margin-left:15px;
 font-size:16px
}

.hd-sub i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/sprite.png) -91px 0 no-repeat;
    margin-right: 8px;
    position: relative;
    top: 6px;
}
.hd-sub i.ico-gonggao{
    background-position: -68px 0;
}
.right-part .help-item-list ul{
    padding-left:20px;
    padding-right:20px;
}
.right-part .help-item-list li{
    float: left;
    width:50%;
    border-right:1px solid #e8e8e8;
    padding-top:16px;
}
.right-part .help-item-list li:nth-of-type(2n){
  border-right:none;
}
.right-part .help-item-list li:nth-of-type(n+3){
    border-top:1px solid #e8e8e8;
    padding-top:25px;


}
.right-part .help-item-list li a{
    display: block;
    text-align: center;
}
.right-part .help-item-list li a img{
    
}
.right-part .help-item-list li a span{
    display: block;
    text-align: center;
    line-height: 36px;
    color:#333;
}

/*交易动态*/
.index-statistics{
  background: #fff;
  margin-top:25px;
}
.trendItem {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    width:603px;
    height: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}
.trendItem+.trendItem {
  width:597px;
  padding-left: 36px;
}
.trendItem+.trendItem  .trendItemDiv{
  width:482px;
}
.trendTitle {
    display: inline-block;
    width:74px;
    height: 15px;
    background: url(../images/icon_set.png) no-repeat;
    vertical-align: middle;
}
.trend_hire {
    background-position: 0 -24px;
}
.trend_join {
    background-position: 0 -41px;
}
.trendItemDiv {
    display: inline-block;
    width: 504px;
    height: 55px;
    overflow: hidden;
    vertical-align: middle;
}
.trendItemWrap {
    float: left;
    width: 250px;
    height: 55px;
    line-height: 55px;
}
.trendItem+.trendItem  .trendItemDiv .trendItemWrap{
  width:241px;
}
.trendItemWrap ul li {
    padding-left: 17px;
    line-height: 55px;
    box-sizing: border-box;
    height: 55px;
}
.trendItemWrap ul li span{
  color:#333333;
}
.trendItemWrap ul li span.count{
  color:#f86363;
  margin-left:10px;
}
.trendItemWrap ul li span.percent{
  color:#999;
  margin-left:10px;

}

/*需求大厅*/
.floor1{
  margin-top:21px;
  background:#fff;

}
.floor-h {
  padding-left:6px;
  padding-right:1px;
  padding-top:22px;
  padding-bottom:22px;
  border-bottom:1px solid #eeeeee;
  background:#fff;
}
.floor-h-inner{
  padding-left: 20px;
  padding-right: 20px;
}
.floor-number{
  width:30px;
  height:30px;
  background:#ff9800;
  color:#fff;
  text-align: center;
  font-size:22px;
  line-height: 30px;
  margin-right:19px;
}
.floor-name{
  font-size:20px;
  line-height: 24px;
  padding-top:6px;
  color:#333;
  margin-right:30px;
}
.floor-type{
    font-size:16px;
  line-height: 22px;
  padding-top:8px;
}
.floor-type a{
  margin-right: 20px;
  color:#333;

}
.floor-type a.active{
  color:#ff9c00;
  position: relative;
}
.floor-type a.active:before{
  content:"";
  position: absolute;
  bottom:-8px;
  width:100%;
  background:#ff9c00;
  height:2px;
}
.floor-catelist{
  text-align: right;
}
.floor-catelist .floor-catelist-name{
  font-size:12px;
  color:#666666;
  margin-right:12px;
  display: inline-block;
  line-height: 30px;
}
.floor-catelist .more{
  width:76px;
  height:28px;
  background:#ff9c00;
  text-align: center;
  color:#fff;
  font-size:12px;
  line-height: 28px;
  display: inline-block;
  margin-left:15px;

}
.fllor-b{
  padding-left: 6px;
  padding-top:15px;
  padding-right:23px;
}
.recruite-list{
  width:875px;

}
.recruite-list{
  padding-top:8px;
  padding-bottom:29px;
}
.recruite-list li{
  width:432px;
  border-right: 1px dashed #eee;
  float:left;
  padding-left:20px;
  padding-top:17px;
  padding-bottom:34px;
}
.recruite-list li:nth-of-type(2n){
  width:443px;
  border-right:none;
  padding-left:30px;
}
.recruite-list li:nth-of-type(n+3){
  border-top:1px dashed #f4f4f4;
  padding-top:31px;
  padding-bottom: 16px;
}
.recruite-list li .img-box{
  width:100px;
  height:100px;
  border-radius: 5px;
  overflow: hidden;
  margin-right:16px;
}
.recruite-list li .img-box img{
  width:100%;
  min-height: 100%;
}
.recruite-list-info{
  width: 266px;
    /*padding-right: 10px;*/
}
.recruite-list-info .info-line1{
  font-size:16px;
  line-height:21px;
  color:#333333;
  line-height: 21px;
  display: inline-block;
  width:189px;
  float:left;
}
.recruite-list-info .type{
  display: inline-block;
  background: #d2f4f9;
  padding:0 6px;
  line-height: 25px;
  border-radius: 2px;
  color:#00bcd4;
  font-size:13px;
  margin-left:13px;

}
.recruite-list-info .type.xs{
  color:#ec4747;
  background-color:#fde7e7;
}
.recruite-list-info .type.zb{
  color:#ed722e;
  background-color:#fdf1ea;
}
.recruite-list-info .info-line2 {
  font-size:12px;
  color:#f86363;
  margin-top:13px;
}
.recruite-list-info .info-line2 .price b{
  font-size:18px;
}
.recruite-list-info .info-line2 .status{
  margin-left:7px;
}
.recruite-list-info .info-line2 .join{
  color:#999;
  line-height: 24px;
  margin-left:5px;
}
/*.recruite-list-info .info-line2 .join img{
  margin-right: 7px;
  position: relative;
  top:-3px;
}*/
.recruite-list-info .info-line2 .join i{
  color:#00bcd4;
}
.recruite-list-info .info-line3 {
  color:#666666;
  line-height: 19px;
  margin-top:17px;
}


.task-list{
  width:296px;
  background:#fafafa;
  padding-left:23px;
  padding-top:11px;
  padding-right:36px;
  height:291px;
}
.task-list .title{
  font-size:16px;
  line-height: 20px;
  padding-top:11px;
  color:#333;
}
.task-list .list-item{
  margin-top:18px;
}
.task-list li .type{
  width:35px;
  height:20px;
  line-height: 18px;
  border:1px solid #00bcd4;
  border-radius: 3px;
  font-size:14px;
  display: inline-block;
  text-align: center;
  color:#00bcd4;
  margin-right:3px;
}
.task-list li .type.zb{
  border-color:#ff6900;
  color:#ff6900;
}
.task-list li .type.xs{
  border-color:#f86363;
  color:#f86363;
}
.task-list li .price{
  color:#ff9800;
  margin-right:3px;
}
.task-list li .name{
  color:#666666;
}

/*floor-zp*/
.floor-zp{
  margin-top:25px;
}
.floor-zp .item{
  float: left;
  width:593px;
  height: 120px;
  display: block;
  position: relative;
  background: -webkit-linear-gradient(left, #d6e3ec, #dfe8f1);
  background: -o-linear-gradient(left, #d6e3ec, #dfe8f1);
  background: linear-gradient(to right, #d6e3ec, #dfe8f1);
}
.floor-zp .item .name{
    width:114px;
    height:32px;
    text-align: center;
    line-height: 32px;
    background:#95b0c3;
    border-radius: 32px;
    font-size:16px;
    color:#fff;
    position: absolute;
    top:29px;
    left:41px;
    z-index:9;
}
.floor-zp .item .desc{
  font-size:18px;
  line-height: 24px;
  color:#647c94;
  position: absolute;
  top:72px;
  left:38px;
    z-index:9;

}
.floor-zp .item+.item .name{
    width:110px;
    height:35px;
    line-height:35px;
    background:#cbaf87;
    border-radius: 4px;
    top:23px;
    left:39px;
}
.floor-zp .item+.item .desc{
  color:#887356;
  top:71px;
}
.floor-zp .item+.item{
  width:591px;
  float: right;
  background: -webkit-linear-gradient(left, #e7d8c5, #f2ebe1);
  background: -o-linear-gradient(left, #e7d8c5, #f2ebe1);
  background: linear-gradient(to right, #e7d8c5, #f2ebe1);
}
.floor-zp .item img{
  position: absolute;
  bottom:8px;
  right: 45px;
}
.floor-zp .item+.item img{
  bottom:0;
  right: 0;
}
.floor2-zp .item{
  width:100%;
  height:131px;
  background:#fff;

} 
.floor2-zp .item img{
  right:0;
  bottom:0;
}
.floor2-zp .item .name{
  left:353px;
  top:49px;
  border-radius: 0;
  width:113px;
  height:36px;
  line-height: 36px;
  background:#318ef7;
}
.floor2-zp .item .desc{
  color:#318ef7;
  font-size:20px;
  top:31px;
  left:39px;
}
.floor2-zp .item .desc+.desc{
  font-size:18px;
  top:70px;
  color:#666666;
}
.floor3-zp .item{
  background:#eedede;
}
.floor3-zp .item img{
  left:25px;
  bottom:2px;
}
.floor3-zp .item+.item img{
  left:0;
  bottom:0px;
}
.floor3-zp .item .name{
  background:#d37a7c;
  left:183px;
  top:26px;
}
.floor3-zp .item .desc{
  left:184px;
  top:78px;
  color:#d37a7c;
}
.floor3-zp .item+.item .name{
  background:#49a2e6;
  left:209px;
  top:14px;
}
.floor3-zp .item+.item .desc{
  color:#49a2e6;
  top:76px;
  left:210px;

}
.floor3-zp .item .desc i{
  margin-left:11px;
}
.floor3-zp .item+.item .desc i{
  font-style: normal;
  margin-left:26px;
}
.floor3-zp .item+.item .desc i+i{
  margin-left:11px;
}
/*item-title*/

/*列表==s*/
.list-wrap .exp-list{
  position:relative;
  display: block;
  width:245px;
  height:450px;
  color:#fff;
  overflow: hidden;
}
.list-mask{
  position: absolute;
  top:0;
  left: 0;
  width:100%;
  height:100%;
  z-index:2;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,.8));
  background: -o-linear-gradient(top, rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,.8));
  background: linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,.8));
}
.list-wrap .exp-list img{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  min-height:100%;
}
.list-wrap .exp-list .uname{
  position: absolute;
  font-size:18px;
  font-weight:700;
  line-height: 24px;
  top:223px;
  width:189px;
  left:29px;
  z-index:9;
}
.list-wrap .exp-list .desc{
  position: absolute;
  font-size:12px;
  line-height: 24px;
  top:252px;
  width:189px;
  left:29px;
  z-index:9;

}
.list-wrap .exp-list .category{
  width:186px;
  position: absolute;
  font-size:12px;
  color:#feda14;
  border:1px solid #feda14;
  line-height: 31px;
  padding-left:14px;
  padding-right:14px;
  text-align: center;
  top:329px;
  left:29px;
  z-index:9;
  border-radius: 31px;
}
.list-wrap .exp-list .look{
  width:186px;
  line-height: 33px;
  text-align: center;
  color:#fff;
  font-size:14px;
  border-radius: 31px;
  top:383px;
  z-index:9;
  position: absolute;
  background: -webkit-linear-gradient(left, #ff9c00, #f86363);
  background: -o-linear-gradient(left, #ff9c00, #f86363);
  background: linear-gradient(to right, #ff9c00, #f86363);
  left:29px;

}



.main-game-newly{
  margin-top: 25px;
}
.list-container {
    margin-left: 245px;
    overflow: hidden;
}
.list-pic li{
  width:calc((100% -245px)/4);
  width:-moz-calc((100% -245px)/4);
  width:-webkit-calc((100% -245px)/4);
  width:238.75px;
  float:left;
  border-right:1px solid #eeeeee;
  background:#fff;
  position: relative;
  height:450px;
 

}
.list-pic li:nth-of-type(4n){
  border-right:0;
}
.list-pic li .card-img{
  position: absolute;
  width:110px;
  height:110px;
  border-radius: 50%;
  top:38px;
  left:50%;
  margin-left:-55px;
  overflow: hidden;
}
.list-pic li .card-img img{
  width:100%;
}
.leval{
  position: absolute;
  color:#ffffff;
  font-size:12px;
  top:17px;
  right:10px;
  background:#00bcd4;
  padding:0 10px;
  line-height:19px;
  border-radius: 19px
}
.leval.ele{
  background:#f86363;
}
.card-title{
  font-size: 16px;
  text-align: center;
  position: absolute;
  top:162px;
  width:100%;
  color:#333;
}
.card-salary{
  position: absolute;
  top:196px;
  width:100%;
  text-align: center;
  font-size:14px;
  color:#999999;
}
.card-salary span{
  font-size:16px;
  color:#f86363;
}
.introduction{
  line-height:24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size:12px;
  position: absolute;
  width:100%;
  top:234px;
   padding-left:30px;
  padding-right:30px;
  color:#666666;
}
.tags-group{
  position: absolute;
  width:100%;
  padding-left:24px;
  padding-right:28px;
  top:305px;
  /*margin-left:-7px;*/
}
.tags-group span{
  font-size: 12px;
  min-width:83px;
  line-height:21px;
  border:1px solid #8f9eb2;
  display: inline-block;
  text-align: center;
  border-radius: 21px;
  margin-bottom:7px;
  margin-right;
  margin-left: 7px;
  padding-left: 5px;
  padding-right: 5px;
}
.tags-group span a{
  color:#8f9eb2;

}
.star-wrap{
  position: absolute;
  top:378px;
  padding-left:30px;
  padding-right:30px;
  width:100%;
}
.star-wrap .star-content{
  border-top:1px solid #eeeeee;
  padding-top:19px;
}
.star-content .evalStar {
    background: url(../images/star-bg-medium.png);
    width: 98px;
    height: 14px;
    display: inline-block;
}
.star-content .evalStar em{
    display: block;
    height: 14px;
    background: url(../images/star-bg-medium-active.png)
}
.star-content .score{
  font-size:14px;
  color:#ff9c00;
  font-family: "Arial";
  margin-left:3px;
}
/*列表==e*/

/*资讯*/
.revi-online-ask-wrapper {
  background:url(../images/index-share-bg.png) center center;
  background-position:cover;
  height:640px;
  position: relative;
  margin-top:30px;
}

.share-title{
  text-align: center;
  padding-top:55px;
}
.share-title h3{
  color:#ffffff;
  font-size:24px;
  font-weight:700;

}

.share-title p{
  font-size:14px;
  color:#a1a1a1;
  padding-top:8px;
}

.line18{
  width:18px;
  height:1px;
  background:#a7a7a8;
  display: inline-block;
  margin-top:22px;
  margin-bottom:32px;
}

.revi-online-ask-wrapper .revi-find-expert{
    width:947px;
    background:#ffffff;
}
.revi-find-expert-h{
  /*display: flex;*/
  border-bottom:1px solid #ededed;
  /*padding-top:36px;*/
}
.revi-find-expert-h>div{
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  padding-top:36px;

}
.revi-find-expert-h .revi-find-expert-h-r{
  border-left:1px solid #ededed;
}
.revi-find-expert-h .revi-find-expert-h-l{
  padding-left:34px;
  padding-right:38px;
  display: flex;
  position: relative;
  float:left;
  width:50%;
}
.revi-find-expert-h .revi-find-expert-h-l .card-img{
  width:64px;
  height:64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.revi-find-expert-h .revi-find-expert-h-l .card-img img{
  width:100%;
}
.revi-find-expert-h .revi-find-expert-h-l .info{
  /*-webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;*/
  width: 313px;
  margin-left:24px;
}
.revi-find-expert-h .revi-find-expert-h-l .info .uname{
  font-size:18px;
  color:#333333;
  font-weight:700;
}
.revi-find-expert-h .revi-find-expert-h-l .info .ucate{
  color:#fff;
  background:#ff9c00;
  display: inline-block;
  line-height:19px;
  padding:0 9px;
  border-radius: 19px;
  margin-left:3px;
  font-size:12px;
}
.link-icon{
    background-position: -84px 5px;
    width: 45px;
    height: 12px;
    position: absolute;
    top: 42px;
    right: 36px
}
.revi-find-expert-h .revi-find-expert-h-l .info .title{
  color:#333333;
  font-size:14px;
  padding-top:11px;
  padding-bottom:8px;
}
.revi-find-expert-h .revi-find-expert-h-l .info .title a{
  color:#333333;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.revi-find-expert-h .revi-find-expert-h-l .info  .desc{
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size:12px;
    color:#999;
    line-height:20px;
    height:38px;
}
.revi-find-expert-h .revi-find-expert-h-l .info  .desc a{
  color:#999;
}
.revi-find-expert-h .revi-find-expert-h-l .info  .count{
  color:#999999;
  padding-top:20px;
  padding-bottom:42px;
}
.revi-find-expert-h .revi-find-expert-h-l .info  .count .index-icon{
  height:15px;
  position: relative;
  top:3px;
}
.revi-find-expert-h .revi-find-expert-h-l .info  .count .eye-icon{
  background-position: -16px 0;
  width:22px;
  margin-left: 15px;
  margin-right:6px;
}
.revi-find-expert-b{
  position: relative;
  background:#fff;
  padding-top:38px;
  padding-bottom:44px;
  display: flex;
  padding-left:104px;

}
.revi-find-expert-b .newest-ico{
  width:32px;
  height:139px;
  background-position: -44px 0px;
  position: absolute;
  left:20px;
  top:-3px;
}
.img-box-first{
  margin-left:-24px;
  display: flex;
  position: relative;

}
.img-box-first .img-box{
  width:88px;
  height:88px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
}
.img-box-first .img-box img{
  width:100%;
}
.vip1-ico,.vip2-ico,.vip3-ico{
    background-position: -84px -15px;
    width: 34px;
    height: 28px;
    position: absolute;
    top: -16px;
    left: 28px;
    z-index: 6;
}
.vip2-ico{
  
    background-position: -126px -15px;
}
.vip3-ico{
   
    background-position: -167px -15px;
}
.img-box-first .info{
  padding-top:18px;
  margin-left: 12px;
  padding-right:24px;
  width:148px;
}
.img-box-first .info .uname{
      font-size: 16px;
    color: #333333;
    display: block;
    text-align: left;
    margin-bottom: 8px;
    padding-left: 10px;
    height:21px;
     overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.img-box-first .info .ucate{
  color:#fff;
  display: inline-block;
  line-height: 19px;
  height:19px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.img-box-first .info .ucate a{
  display: block;
  border-radius: 19px;
  width:100%;
  height:100%;
  color:#fff;
  padding:0 15px;
  background: #ff9c00;


}
.img-box-others{
  display:flex;
  margin-left:57px;
  position: relative;
}
.img-box-others .img-box{
  margin-left:-20px;
  border:2px solid #fff;
  border-radius: 50%;
  width:87px;
  height:87px;
  overflow: hidden;
  position: relative;
}
.free-ask-block{
  width:245px;
  background:#fff;
  padding-top:25px;
  padding-left:18px;
  padding-right:18px;
}
.hotheart-reply{
  position: relative;
}
.free-ask-block h3{
  font-size:18px;
  padding-left:12px;
  position: relative;
  color:#333333;
}
.free-ask-block h3:before{
  content:"";
  position: absolute;
  left:0;
  top:0;
  background:#00bcd4;
  width:4px;
  height:24px;
}
.free-ask-block .hot-reply-list{
  padding-top:25px;
}
.free-ask-block .hot-reply-list .img-box{
  height:86px;
  overflow: hidden;
  position: relative;
  width:100%;
}
.free-ask-block .hot-reply-list .img-box img{
  width:100%;
}
.free-ask-block .hot-reply-list .img-box .tips{
  line-height:25px;
  color:#fff;
  font-size:12px;
  position:absolute;
  background:rgba(0,0,0,.3);
  font-weight:700;
  width:100%;
  top:61px;
  padding-left:6px;
      overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_news_list{
  padding-top:14px;
  padding-bottom:24px;
}
.index_news_list li{
  line-height:38px;
  color:#fff;
  font-size:12px;
  position: relative;
  padding-left:13px;
      overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_news_list li:before{
  content:"";
  position: absolute;
  left:2px;
  top:18px;
  width:4px;
  height:4px;
  background:#d9d9d9;

}
.index_news_list li a{
  color:#333;
}


/*底部数据*/
.tonghang{
  background:#fff;
  padding-bottom:68px;
}
.th-title h3{
  color:#333;
}
.tonghang .share-body{
  display: flex;
}
.tonghang .share-bady-l{
  position: relative;
  width:220px;
  height:200px;


}
.tonghang .share-bady-l h4,.tonghang .share-bady-l p{
  position: absolute;
  top:44px;
  font-size:18px;
  color:#fff;
  left:14px;
  font-weight: 400;
}
.tonghang .share-bady-l p{
  top:74px;
}
.tonghang .share-bady-l p:before{
  content:"家";
  font-size:12px;
  color:#fff; 
  background:#1996a8;
  width:19px;
  height:19px;
  border-radius: 50%;
  position: absolute;
  top:4px;
  left:62px;
  text-align: center;
  line-height:19px;
}
.tonghang .btn-link{
  position: absolute;
  top:125px;
  width:100%;
  padding:0 10px;
  display: flex;
  text-align: center;
}
.tonghang .btn-link a{
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  line-height:30px;
  border:1px solid #fff;
  color:#00bcd4;
  background:#fff;
}
.tonghang .btn-link a+a{
  margin-left:10px;
  background:#1ca9bd;
  color:#fff;
  border-color:#1ca9bd;

}
.share-bady-r{
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.share-body-r-h{
  display: flex;
  height:100px;
  width:100%;
  border-top:1px solid #f7f7f7;
  border-left:1px solid #f7f7f7;
  line-height:100px;
  

}
.share-body-r-b{
  border-bottom:1px solid #f7f7f7;

}
.share-body-r-h .img-box{
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  text-align: center;
  border-right:1px solid #f7f7f7;
  align-items: center;


}
.share-body-r-h .img-box img{
  align-items: center;
  vertical-align: middle;
}
.friendslinks{
  padding-bottom:0!important;
}
.friendslinks+.copyright{
  padding-top:0!important;
}